home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMDELAYWINDOW / TFORMDELAYWINDOW.txt
Text File  |  2005-05-31  |  634b  |  32 lines

  1. object formDelayWindow: TformDelayWindow
  2.   Left = 386
  3.   Top = 301
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 8
  6.   Caption = 'Loading...'
  7.   ClientHeight = 27
  8.   ClientWidth = 285
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pgbar: TProgressBar
  20.     Left = 0
  21.     Top = 0
  22.     Width = 285
  23.     Height = 27
  24.     Align = alClient
  25.     TabOrder = 0
  26.   end
  27.   object timerUpdate: TTimer
  28.     Interval = 100
  29.     OnTimer = timerUpdateTimer
  30.   end
  31. end
  32.